JAMSRESTAPI Web Service
PutEntry_PutEntryParameter
JAMSRESTAPI Web Service > All Operations Resource Group : Entry_PutEntryParameter (Put)

Resource Path: /api/entry/{id}/putparameter

Uri: http://doc.jamsscheduler.com/api/entry/{id}/putparameter

Description
Sets the value for the entry parameter associated to the JAMS entry.
Parameters
NameDescriptionData Type
The JAMS Entry to be set.integer
Request

The request body is of type EntrySetParameterRequest.

An EntrySetStatusRequest model

Overview

EntrySetParameterRequest
jamsEntry : integer
paramId : integer
paramName : string
paramValue : string
Response

The response body is of type string.

OK
See Also
All Operations Resource GroupJAMSRESTAPI Web Service